From d8adf5c19c67be6ced715e55d1d9adb56d72b33d Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 12 Mar 2016 09:59:16 -0800 Subject: [PATCH] Update curl dependency Fixes a segfault on nightly --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 705299f15..f5e59849d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6,7 +6,7 @@ dependencies = [ "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "crates-io 0.1.0", "crossbeam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "curl 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -71,7 +71,7 @@ dependencies = [ name = "crates-io" version = "0.1.0" dependencies = [ - "curl 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -83,14 +83,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "curl" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "curl-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -170,7 +170,7 @@ name = "git2-curl" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "curl 0.2.16 (registry+https://github.com/rust-lang/crates.io-index)", + "curl 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", -- 2.30.2